Component org.nuxeo.theme.nuxeo.virtualnavigation
In bundle org.nuxeo.platform.virtualnavigation.web
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.theme.nuxeo.virtualnavigation">
<require>org.nuxeo.theme.nuxeo.default</require>
<extension target="org.nuxeo.theme.services.ThemeService" point="views">
<view name="nuxeo5 tree explorer" template-engine="jsf-facelets">
<format-type>widget</format-type>
<template>incl/tree_explorer_with_virtual_nav.xhtml</template>
</view>
<view name="nuxeo5 breadcrumbs" template-engine="jsf-facelets">
<format-type>widget</format-type>
<template>incl/breadcrumb_vn.xhtml</template>
</view>
</extension>
</component>